www.gusucode.com > 深度学习(asp)网址导航 v4.0.1 > 深度学习(asp)网址导航 v4.0.1\code\admin\channel\channel_DEL.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
projectRootPath = "../../"	'相对当前应用程序根的位置
%>
<!-- #include file ="../include/checkPurview.asp"-->
<!--#include file="../../ConnDB.asp"-->
<!-- #include file="../include/Function.Manage.Config.asp"-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>频道栏目管理</title>
<meta http-equiv="Refresh" content="3;URL=channel_Manage.asp" />
<link rel="stylesheet" type="text/css" href="../themes/base.css"/>
    <link href="../themes/<%=theme_Path%>/main.css" rel="stylesheet" type="text/css" />
</head>
<body  id="bodyBg1">
<br />
&nbsp; <a href="channel_Manage.asp">频道栏目管理</a> |&nbsp;  <a href="Channel_Add.asp">频道栏目添加</a>
<hr class="Nav-hr" />
<br />
<dl class="manageContent">
    <dt>频道栏目删除管理</dt>
    <dd>
    	<br />
		<%
        ID=Request.QueryString("id") 
        if ID <> "" then            
            sql="delete from deep_Channel where fid=" & ID
            conn.execute(sql)      
            Response.Write("<p align='center'>栏目成功删除</p>")
        else
            Response.Write("<p align='center'>栏目未删除</p>")
		end if
		Call CloseConnDB()
        %>
        <p align='center'>3秒钟自动转到频道栏目管理页!!!</p>
        <br />
    </dd>
</dl>


</body>
</html>